* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
	overflow-x: auto;
	width: 100%;
}

ul {
	list-style: none;
}

li,
dd {
	list-style-type: inherit;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a,
button {
	cursor: pointer;
	text-decoration: none;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
}

img {
	width: 100%;
}

*:focus {
	outline: none;
}

.body {
	background: #FAF0E5;
	color: #191919;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	overflow-wrap: break-word;
	overflow-x: hidden;
	position: relative;
	z-index: 1;
}

.body-wrap {
	display: none;
}

.body._next .body-wrap {
	-webkit-transform: scaleX(0);
	-webkit-animation: pageAnime 1.2s ease-in-out;
	animation: pageAnime 1.2s ease-in-out;
	background-color: #0B8348;
	content: "";
	display: block;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	transform: scaleX(0);
	width: 100%;
	z-index: 100;
}

.body-inner {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 750px;
}

.first-inner {
	position: relative;
}

.first-inner .gauge {
	max-width: calc(100% + 14px);
}

.sec-inner {
	position: relative;
	z-index: 1;
}


.sec-txt {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.5625;
	text-align: center;
}

.sec-txt > small {
	display: block;
}

.sec-txt > span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #FEDB5F));
	background: -webkit-linear-gradient(transparent 60%, #FEDB5F 0);
	background: linear-gradient(transparent 60%, #FEDB5F 0);
}

.sec-txt > span._br {
	display: inline-block;
}

.sec-movie {
	position: relative;
}

.sec-movie img {
	border: 3px solid #FFFFFF;
	border-radius: 10px;
}



.sec-movie:after {
	-webkit-transform: translateX(-50%);
	background: url(../img/dcat_Q3_image.png) no-repeat center/contain;
	content: '';
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 84%;
}

.sec-pr {
	bottom: 10px;
	color: #746C73;
	font-size: 10px;
	letter-spacing: .1em;
	position: absolute;
	right: 20px;
}

.sec-note {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #746C73;
	letter-spacing: .1em;
	line-height: 1.9;
	white-space: nowrap;
}

.sec-list {
	padding-bottom: 0px;
}

.sec-list._block {
	margin-bottom: 20px;
}

.sec-list._flex {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.sec-list._1 .sec-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(50% - 5px);
	-ms-flex: 0 0 calc(50% - 5px);
	flex: 0 0 calc(50% - 5px);
}

.sec-list._1 .sec-item:nth-of-type(2) {
	margin-left: 10px;
}

.sec-list._img .sec-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(50% - 7px);
	-ms-flex: 0 0 calc(50% - 7px);
	flex: 0 0 calc(50% - 7px);
}

.sec-list._img .sec-item:nth-of-type(2),
.sec-list._img .sec-item:nth-of-type(4) {
	margin-left: 14px;
}

.sec-list._img label {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding: 15px 10px;
}

.sec-list._img label:before {
	left: 10px;
	top: 25px;
}

.sec-list._img label:after {
	left: 14px;
	top: 25px;
}

.sec-list._img label > span._txt {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	display: block;
	flex-grow: 1;
	letter-spacing: 0;
	line-height: 1.44;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-top: 1px;
	position: relative;
	top: -5px;
}

.sec-list._img label > span._img {
	border-radius: 4px;
	overflow: hidden;
}

.sec-item {
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.sec-item._click label:before,
.sec-item:hover label:before {
	background-color: #FAF0E5;
}

.sec-item._click label:after,
.sec-item:hover label:after {
	opacity: 1;
}

.sec-item._click:before,
.sec-item:hover:before {
	top: calc(50%);
}

.sec-item:after {
	-webkit-transform: translateX(-50%);
	background: #064A28;
	border-radius: 6px;
	content: '';
	height: 100%;
	left: 50%;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.sec-item label {
	position: relative;
}

.sec-item label:before {
	-webkit-transition: background-color .3s;
	background-color: #0B8348;
	border: 1px solid #fff;
	content: "";
	display: block;
	height: 16px;
	left: 15px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	transition: background-color .3s;
	width: 16px;
}

.sec-item label:after {
	-webkit-transition: .3s;
	-webkit-transform: rotate(45deg);
	border-bottom: 3px solid #0B8348;
	border-right: 3px solid #0B8348;
	content: '';
	display: block;
	height: 11px;
	left: 20px;
	margin-top: -11px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	transition: .3s;
	width: 7px;
}

._hide {
	display: none;
}

._block {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
	display: block;
	opacity: 0;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
	border: 0;
	display: none;
	margin: 0;
	outline: 0;
}

label {
	-webkit-transition: -webkit-transform .1s;
	background: #0B8348;
	border: none;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: 700;
	height: 100%;
	line-height: 1.33;
	position: relative;
	transition: -webkit-transform .1s;
	transition: transform .1s;
	transition: transform .1s, -webkit-transform .1s;
	width: 100%;
}

label:not(._ls0) {
	letter-spacing: 0.05em;
}

label > small {
	font-size: .8em;
	vertical-align: super;
}

label > span._dark {
	color: #191919;
}

.cv-inner {
	background: #15A16C;
	margin: 0 auto;
	max-width: 660px;
	position: relative;
	z-index: 1;
}

.cv-inner:before {
	background-image: url(../img/dcat_Thanks_kazari.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.cv-note {
	color: #fff;
	font-size: 17px;
	letter-spacing: .06em;
}

.cv-note > span {
	padding: 0 11px;
	position: relative;
}

.cv-note > span::before,
.cv-note > span::after {
	background: #000;
	content: "";
	display: inline-block;
	position: absolute;
	width: 1px;
}

.cv-note > span:before {
	-webkit-transform: rotate(-30deg);
	left: 0;
	transform: rotate(-30deg);
}

.cv-note > span:after {
	-webkit-transform: rotate(30deg);
	right: 0;
	transform: rotate(30deg);
}

.cv-area {
	-webkit-animation: bound 2s infinite;
	animation: bound 2s infinite;
	position: relative;
	z-index: 1;
}

.cv-area:before {
	-webkit-transform: translateX(-50%);
	background: #064A28;
	border-radius: 6px;
	content: '';
	height: 100%;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 4px;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.cv-area > a {
	-webkit-transition: .3s;
	background-color: #EA605A;
	border-radius: 15px;
	border-radius: 7px;
	display: block;
	height: auto;
	overflow: hidden;
	padding: 21px 35px 22px 25px;
	position: relative;
	transition: .3s;
}

.cv-area > a:hover {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

.cv-area span.cv-arr {
	-webkit-transform: translateY(-50%);
	position: absolute;
	right: 12px;
	top: calc(50% - 1px);
	transform: translateY(-50%);
	width: 24px;
}

.cv-txt {
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5;
	position: relative;
	text-align: center;
	z-index: 100;
}

.cv-txt > small {
	display: block;
}

.cv-txt > span {
	display: block;
	letter-spacing: .06em;
	margin-top: 2px;
}

._yellow {
	color: #FEDB5F;
}

@media screen and (min-width: 531px) {

.first-inner {
	margin: 0 auto;
	max-width: 580px;
	padding: 20px 20px 100px;
}

.first-inner .gauge {
	margin: 0 -4px 0 -10px;
}

.sec-inner {
	margin: 0 auto;
	max-width: 580px;
	padding: 14px 20px 100px;
}

.sec-inner .gauge {
	margin-right: -7px;
	max-width: calc(100% + 7px);
}

.sec-txt {
	margin-top: 25px;
}

.sec-txt {
	font-size: 24px;
}

.sec-img {
	margin-top: 25px;
}

.sec-movie {
	margin-bottom: 126px;
	margin-top: 61px;
}

.sec-movie:before {
	height: 285px;
	left: -18px;
	top: -44px;
}

.sec-movie:after {
	bottom: -91px;
	height: 160px;
}

.sec-note {
	font-size: 12px;
	margin-top: 38px;
}

.sec-list {
	margin-top: 40px;
}

.sec-list._block .sec-item:nth-of-type(n + 2) {
	margin-top: 16px;
}

.sec-list._img .sec-item:nth-of-type(n + 3) {
	margin-top: 16px;
}

.sec-list._img label > span._txt {
	font-size: 20px;
}

.sec-item._click label,
.sec-item:hover label {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

.sec-item:after {
	top: 4px;
}

label {
	font-size: 20px;
	padding: 25px 10px 25px 50px;
}

.cv-inner {
	padding: 0 60px 80px;
}

.cv-inner:before {
	height: 281px;
}

.cv-area {
	margin: 9px 0 20px;
}

.cv-txt > small {
	font-size: 16px;
}

.cv-txt > span {
	font-size: 24px;
}

.cv-img {
	padding-top: 166px;
}

._sp {
	display: none;
}

}

@media screen and (max-width: 530px) {

.first-inner {
	padding: 0px 20px 40px;
}

.first-inner .gauge {
	margin: 0 -7px 0 -7px;
}

.first-inner .sec-txt {
	margin-top: 15px;
}

.sec-inner {
	overflow: hidden;
}

.sec-inner {
	min-height: 100vh;
	min-height: 100dvh;
	padding: 5px 20px 40px;
}

.sec-inner .gauge {
	margin-top: -3px;
}

.sec-inner .sec-txt {
	margin-top: 21px;
}

.sec-txt > span._ls {
	letter-spacing: 0.05em;
}

.sec-txt {
	font-size: 18px;
}

.sec-img {
	margin-top: 16px;
}

.sec-movie {
	margin-bottom: 88px;
	margin-top: 45px;
}

.sec-movie:before {
	height: 194px;
	left: -4px;
	top: -30px;
}


.sec-movie:after {
	bottom: -60px;
	height: 100px;
}

.sec-note {
	-webkit-transform: scale(0.8);
	font-size: 10px;
	left: -10%;
	margin-top: 38px;
	position: relative;
	transform: scale(0.8);
}

.sec-list {
	margin-top: 25px;
}

.sec-list._block .sec-item:nth-of-type(n + 2) {
	margin-top: 12px;
}

.sec-list._img .sec-item:nth-of-type(n + 3) {
	margin-top: 16px;
}

.sec-list._img label > span._txt {
	font-size: 15px;
}

.sec-item._click label,
.sec-item:hover label {
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}

.sec-item:after {
	top: 3px;
}

label {
	font-size: 16px;
	padding: 15px 5px 16px 38px;
}

.cv-inner {
	min-height: 100vh;
	padding: 0 0 50px;
}

.cv-inner:before {
	height: 39.667vw;
}

.cv-area {
	margin: 9px 20px;
}

.cv-txt > small {
	font-size: 13px;
}

.cv-txt > span {
	font-size: 20px;
}

.cv-img {
	padding-top: 23.933vw;
}

._pc {
	display: none;
}

}

@-webkit-keyframes pageAnime {

0% {
	-webkit-transform-origin: right;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: right;
}

50% {
	-webkit-transform-origin: right;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	transform-origin: right;
}

50.001% {
	-webkit-transform-origin: left;
	transform-origin: left;
}

100% {
	-webkit-transform-origin: left;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: left;
}

}

@keyframes pageAnime {

0% {
	-webkit-transform-origin: right;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: right;
}

50% {
	-webkit-transform-origin: right;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	transform-origin: right;
}

50.001% {
	-webkit-transform-origin: left;
	transform-origin: left;
}

100% {
	-webkit-transform-origin: left;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: left;
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes bound {

0% {
	-webkit-transform: translate(0px, 3px);
	transform: translate(0px, 3px);
}

5% {
	-webkit-transform: translate(0px, -3px);
	transform: translate(0px, -3px);
}

10% {
	-webkit-transform: translate(0px, 3px);
	transform: translate(0px, 3px);
}

15% {
	-webkit-transform: translate(0px, -3px);
	transform: translate(0px, -3px);
}

20% {
	-webkit-transform: translate(0px, 3px);
	transform: translate(0px, 3px);
}

25% {
	-webkit-transform: translate(0px, -3px);
	transform: translate(0px, -3px);
}

30% {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

}

@keyframes bound {

0% {
	-webkit-transform: translate(0px, 3px);
	transform: translate(0px, 3px);
}

5% {
	-webkit-transform: translate(0px, -3px);
	transform: translate(0px, -3px);
}

10% {
	-webkit-transform: translate(0px, 3px);
	transform: translate(0px, 3px);
}

15% {
	-webkit-transform: translate(0px, -3px);
	transform: translate(0px, -3px);
}

20% {
	-webkit-transform: translate(0px, 3px);
	transform: translate(0px, 3px);
}

25% {
	-webkit-transform: translate(0px, -3px);
	transform: translate(0px, -3px);
}

30% {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

}